Skip to content

Conversation

@huntharo
Copy link
Contributor

skip-checks:true

@huntharo huntharo merged commit 2f8160d into main Mar 15, 2025
1 of 12 checks passed
@huntharo huntharo deleted the demo-app-no-logging branch March 15, 2025 21:37
@github-actions
Copy link

🚀 Deployment URLs

Application Load Balancer (ALB)

Network Load Balancer (NLB)

🧪 Test Endpoints

Basic Tests

# Simple ping test
curl -v https://lambdadispatch-pr-271.ghpublic.pwrdrvr.com/ping

# View request headers
curl https://lambdadispatch-pr-271.ghpublic.pwrdrvr.com/headers

# Delayed response (milliseconds)
curl https://lambdadispatch-pr-271.ghpublic.pwrdrvr.com/delay?delay=500

Load/Performance Tests

# Ping test with 100 concurrent requests (Hey)
hey -h2 -c 100 -n 10000 https://lambdadispatch-pr-271.ghpublic.pwrdrvr.com/ping

# Ping test with controlled concurrency (oha)
oha -c 20 -z 60s https://lambdadispatch-pr-271.ghpublic.pwrdrvr.com/ping

# Post and echo data
curl -X POST -H "Content-Type: text/plain" --data "Hello World" https://lambdadispatch-pr-271.ghpublic.pwrdrvr.com/echo

Advanced Features

# Chunked/streaming response
curl https://lambdadispatch-pr-271.ghpublic.pwrdrvr.com/chunked-response

# Read from S3
curl https://lambdadispatch-pr-271.ghpublic.pwrdrvr.com/read-s3

# Read from DynamoDB
curl https://lambdadispatch-pr-271.ghpublic.pwrdrvr.com/read

Deployment updated: https://github.com/pwrdrvr/lambda-dispatch/actions/runs/13876856782

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants